API Reference/ redb.Core.Query.Aggregation Class FieldStatistics<T> Namespace: redb.Core.Query.AggregationAssembly: redb.Core.dllResult of GetStatisticsAsync - all aggregates for field.public class FieldStatistics<T> where T : struct Inheritance Object→FieldStatistics<T>PropertiesAverageAverage valuepublic decimal Average { get; set; } CountRecord countpublic int Count { get; set; } MaxMaximum valuepublic T? Max { get; set; } MinMinimum valuepublic T? Min { get; set; } SumSum of valuespublic decimal Sum { get; set; } MethodsToString()Returns a string that represents the current object.public override string ToString()